This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~George Minkrozenjip 6.Nov.03 03:23 PM a Web browser Domino Designer6.0.1Windows NT
Hi,
I'm trying to run a web agent without success (the agent was working fine before...).
My document is open on the web and from an action button I can my agent:
@Command([ToolsRunMacro]; "(Web GoToWIP)")
My script does not recognized my current document.
I minimized my script to this :
Dim session As NotesSession
Set session = New NotesSession
Dim doc As NotesDocument
Set doc = session.DocumentContext
Print "<H2> Form : " + doc.Form(0) + "</H2>"
My field value is always empty, but the doc is NOT nothing (not even a value for the form field.) I tried the doc.UniversalID, it returned a value, I did a search with this value in the database, any document with this id...